home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 …ember: Reference Library / Dev.CD Dec 98 RL1.toast / What's New / Development Kits / AppleShare IP 6.1 SDK / ASIP User Authentication Module / Release Notes < prev    next >
Encoding:
Text File  |  1998-10-26  |  1.4 KB  |  35 lines  |  [ttro/ttxt]

  1. Release notes for ASIP UAM SDK 1.0
  2.  
  3. Both of the Kleartxt samples were built with CW Pro 3. The PGP UAM Sample
  4. was built with CW Pro 4. You will also need an ASIP 6.1 server and a 3.8.1 
  5. client.
  6.  
  7.  
  8. What doesn't work yet
  9.     Server side
  10.         Setting the Message Integrity Code key
  11.         Change Password
  12.         
  13.     Client side
  14.         asynchronous callbacks
  15.         the SetMicKey() call is stubbed out for now.
  16.         There is a problem with letting the AppleShare Client run the 
  17.             password dialog, for now, you need to supply your own password 
  18.             dialog. This problem should be fixed in a future Client. btw
  19.             this means that the Kleartxt sample won't work correctly, the
  20.             passwords won't match.
  21.         In AFPClient.h the NAFP... commands are just redefinitions of PBControl...
  22.             calls. If you are doing PPC native AFP development you will need to
  23.             substitute PBControl... calls for  NAFP... calls. I will fix this
  24.             in a future version of the header.
  25.         
  26.  
  27.  
  28. The UAM API and Carbon:
  29.     The client side UAM API is Carbon compliant. Under Carbon the callbacks go back
  30.     to being function pointers instead of UPPs. There may be a new format for UAMs 
  31.     under carbon, ie we may not be doing code resources, but we will still have a
  32.     single entrypoint. If you are planning on carbon compliance for your client
  33.     side UAM, start by making a PPC resource with the routine descriptor at the
  34.     start of the resource pointing to the PPC entry point.    
  35.